home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / amipx_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  476b  |  15 lines

  1. /* include this file along with amipx_protos.h and amipx_pragmas.h,
  2.    if you need them
  3. */
  4. #ifndef _AMIPX_PROTOS_
  5. #define _AMIPX_PROTOS_
  6.  
  7. WORD AMIPX_OpenSocket(UWORD socknum);
  8. VOID AMIPX_CloseSocket(UWORD socknum);
  9. WORD AMIPX_ListenForPacket(struct AMIPX_ECB *ECB);
  10. WORD AMIPX_SendPacket(struct AMIPX_ECB *ECB);
  11. VOID AMIPX_GetLocalAddr(UBYTE addressarray[10]);
  12. WORD AMIPX_GetLocalTarget(UBYTE addressarray[12],UBYTE localtarget[6]);
  13. VOID AMIPX_RelinquishControl(void);
  14. #endif
  15.